home *** CD-ROM | disk | FTP | other *** search
- property myValue
-
- on setupGo me, param
- myValue = param
- end
-
- on exitFrame me
- if the frame = 1 then
- myValue = EMPTY
- end if
- if the frame = 110 then
- myValue = EMPTY
- end if
- if the frame = 130 then
- myValue = EMPTY
- end if
- if the frame = 190 then
- myValue = EMPTY
- end if
- case myValue of
- "g1":
- go(1)
- "g2":
- go(110)
- "g3":
- go(130)
- "g4":
- go(190)
- "g5":
- go(200)
- end case
- end
-